home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d3456
/
gmprintsuite_eval.exe
/
{app}
/
GmPrintSuite_D6.dpk
< prev
next >
Wrap
Text File
|
2002-01-02
|
1KB
|
58 lines
package GmPrintSuite_D6;
{$R *.res}
{$R 'GmMultipageImage.dcr'}
{$R 'GmOrientationImage.dcr'}
{$R 'GmPreview.dcr'}
{$R 'GmThumbnails.dcr'}
{$R 'GmGridPrint.dcr'}
{$R 'GmRtfPreview.dcr'}
{$R 'GmPrinterList.dcr'}
{$R 'GmTreeViewPrint.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'GmPrintSuite Printing Components'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl;
contains
GmTypes in 'GmTypes.pas',
GmErrors in 'GmErrors.pas',
GmMultipageImage in 'GmMultipageImage.pas',
GmObjects in 'GmObjects.pas',
GmOrientationImage in 'GmOrientationImage.pas',
GmPreview in 'GmPreview.pas',
GmRegister in 'GmRegister.pas',
GmStream in 'GmStream.pas',
GmConst in 'GmConst.pas',
GmThumbnails in 'GmThumbnails.pas',
GmGridPrint in 'GmGridPrint.pas',
GmRtfPreview in 'GmRtfPreview.pas',
GmPrinterList in 'GmPrinterList.pas',
GmTreeViewPrint in 'GmTreeViewPrint.pas',
GmLegacy in 'GmLegacy.pas';
end.